-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Update dependencies from dotnet/arcade #574
[master] Update dependencies from dotnet/arcade #574
Conversation
…724.1 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20117.3 -> To Version 5.0.0-beta.20374.1
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
8de48b1
to
aabdb0e
Compare
If I don't define DOTNET_ROOT, all the .netcoreapp3.1 MSTest and NUnit tests fail with (https://dev.azure.com/dnceng/public/_build/results?buildId=749215&view=results) Microsoft (R) Test Execution Command Line Tool Version 16.7.0
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
! Testhost process exited with error: A fatal error occurred, the required library hostfxr.dll could not be found.
If this is a self-contained application, that library should exist in [F:\workspace\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest.UnitTests\Release\netcoreapp3.1\].
If this is a framework-dependent application, install the runtime in the default location [C:\Program Files\dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location.
. Please check the diagnostic logs for more information.
Test Run Aborted.
Results File: F:\workspace\_work\1\s\artifacts\TestResults\Release\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest.UnitTests_netcoreapp3.1_x64.xml
=== COMMAND LINE ===
F:\workspace\_work\1\s\.dotnet\dotnet.exe test F:\workspace\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest.UnitTests\Release\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest.UnitTests.dll --logger:"console;verbosity=normal" --logger:"trx;LogFileName=Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest.UnitTests_netcoreapp3.1_x64.xml" "--ResultsDirectory:F:\workspace\_work\1\s\artifacts\TestResults\Release" "--Framework:.NETCoreApp,Version=v3.1" > "F:\workspace\_work\1\s\artifacts\log\Release\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest.UnitTests_netcoreapp3.1_x64.log" 2>&1 If I do define DOTNET_ROOT, all the .netcoreapp1.1 MSTest and NUnit tests fail with (https://dev.azure.com/dnceng/public/_build/results?buildId=749296&view=results) Microsoft (R) Test Execution Command Line Tool Version 16.7.0
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
! Unable to find F:\workspace\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.Testing.Verifiers.MSTest.UnitTests\Release\netcoreapp1.1\testhost.dll. Please publish your test project and retry.
Test Run Aborted.
Results File: F:\workspace\_work\1\s\artifacts\TestResults\Release\Microsoft.CodeAnalysis.Testing.Verifiers.MSTest.UnitTests_netcoreapp1.1_x64.xml
=== COMMAND LINE ===
F:\workspace\_work\1\s\.dotnet\dotnet.exe test F:\workspace\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.Testing.Verifiers.MSTest.UnitTests\Release\netcoreapp1.1\Microsoft.CodeAnalysis.Testing.Verifiers.MSTest.UnitTests.dll --logger:"console;verbosity=normal" --logger:"trx;LogFileName=Microsoft.CodeAnalysis.Testing.Verifiers.MSTest.UnitTests_netcoreapp1.1_x64.xml" "--ResultsDirectory:F:\workspace\_work\1\s\artifacts\TestResults\Release" "--Framework:.NETCoreApp,Version=v1.1" > "F:\workspace\_work\1\s\artifacts\log\Release\Microsoft.CodeAnalysis.Testing.Verifiers.MSTest.UnitTests_netcoreapp1.1_x64.log" 2>&1 |
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
If we remove the package reference, we see this error in the following build
|
Auto-Merge StatusThis pull request has been merged because the following merge policies have succeeded.
|
ef6a384
to
c82221f
Compare
…724.1 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20117.3 -> To Version 5.0.0-beta.20374.1
Support for netcoreapp1.1 was removed in microsoft/vstest#2067 and microsoft/vstest#2192, so we can no longer take updates to this package.
This pull request updates the following dependencies
From https://github.com/dotnet/arcade